home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Merciful 2
/
Merciful - Disc 2.iso
/
software
/
i
/
imagefxv2.1a.lha
/
ImageFX
/
Rexx
/
AutoFX
/
Custom.ifx.pre
< prev
next >
Wrap
Text File
|
1996-03-02
|
375b
|
19 lines
/*
* Custom.ifx.pre
* As the user to enter a command, and execute that
* command while processing.
*
* by Steve Tibbett
*/
Options Results
Default=GetClip("ImpCustomCommand"arg(1));
if (Default="") then Default="Oval 100 100 50 50"
RequestString '"Enter an ImageFX command:"' '"'Default'"'
if (RC~=0) then return 10
call SetClip("ImpCustomCommand"arg(1), Result);